//==============================================================================
// Ultralisk_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a implode dust
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Ultralisk2_spawn
			Connect ATTACHPOINT BirthSFX hotspot
			tag SpecificSoundSet 0.01 false UltraliskCreation checkVisible
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Ultralisk_idle
	 }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Ultralisk_walk
	 }
      }
   }
}
//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Ultralisk_victory
         }
		version
         {
			VisualGranny Ultralisk_dance
         }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				VisualGranny Ultralisk_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.25 true   
               tag SpecificSoundSet 0.23 false UltraliskAttackSFX checkVisible
//-- end auto generated section
		
         }
			version
         {
				VisualGranny Ultralisk_attackB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.25 true   
               tag SpecificSoundSet 0.23 false UltraliskAttackSFX checkVisible
//-- end auto generated section
         
	 }
			version
         {
				VisualGranny Ultralisk_attackC
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.25 true   
               tag SpecificSoundSet 0.23 false UltraliskAttackSFX checkVisible
//-- end auto generated section
         
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Ultralisk_death
			
         }
      }
   }
}
//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Ultralisk_idle
	 }
      }
   }
}
//==============================================================================
anim Charging
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny Ultralisk_summon
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.20 true   
               tag SpecificSoundSet 0.15 false WingsLarge checkVisible
//-- end auto generated section
		
         }
      }
   }
}